home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
2_cool_f.swf
/
scripts
/
DefineButton2_336
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
395b
|
23 lines
on(release){
if(nailpolish._currentframe < nailpolish._totalframes)
{
nailpolish.nextFrame();
i = 1;
while(i <= 5)
{
_root["nail" + i].nextFrame();
i++;
}
}
else
{
nailpolish.gotoAndStop(1);
i = 1;
while(i <= 5)
{
_root["nail" + i].gotoAndStop(1);
i++;
}
}
}